-
Notifications
You must be signed in to change notification settings - Fork 902
Fix mathematically incorrect determinant sign handling in SL4::Expmap #2319
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- Remove incorrect sign-flipping logic that didn't actually fix negative determinants - Replace with mathematically sound approach: throw error on non-positive determinants - Remove absurdly large tolerance (1e3) that would accept det ranging from e^-1000 to e^1000 - Add proper test assertions to verify det(T) = 1 for normal cases - Add separate tests for large tangent vectors with proper exception handling Co-authored-by: dellaert <[email protected]>
|
Just as a heads up, I was blocked by some firewall rules while working on your feedback. Expand below for details. Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
|
Mac CI with boost does not pass. Please add a “brew update” step before upgrading or installing boost. One line change please. |
dellaert
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mac CI with boost does not pass. Please add a “brew update” step before upgrading or installing boost. One line change please.
Add explicit brew update step before installing boost to prevent CI failures on macOS. Co-authored-by: dellaert <[email protected]>
Added
Added |
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.